Auto merge of #3659 - nathanaeljones:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 8 Feb 2017 18:20:52 +0000 (18:20 +0000)
committerbors <bors@rust-lang.org>
Wed, 8 Feb 2017 18:20:52 +0000 (18:20 +0000)
commit35e4b2c2a765ba47f9b4493904392caf7f3a062a
treecf0511f7d4e3711c18066dee736aae4003fc19d3
parentc45c2193d0b4a86f7b782c58a19a43cbb9ce4fe0
parentd38e4d31c9ec345a8fcba7ad40db45f0ab7a687d
Auto merge of #3659 - nathanaeljones:master, r=alexcrichton

Fix #3658 .cargo/config prevents freshness (sort after HashMap)

The many vectors of BuildOutput are populated from a HashMap in cargo_compile... and later these vectors are hashed.

HashMaps are the bane of Cargo's existence.

But for now, we sort.
tests/build-script.rs